home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / billacct / blpwrdos.zip / BP.BAT < prev    next >
DOS Batch File  |  1992-11-25  |  629b  |  27 lines

  1. echo off
  2. cls
  3. if x==%1x echo For memory-resident "pop-up" service, enter "BP MR".
  4. echo .
  5. cd\MANAGEX
  6. echo wait...
  7. :MANAGEX
  8. if exist end.fyl goto RETURN
  9. rem IF USED ON A LAN, SUBSTITUTE THE NEXT LINE FOR THE ONE FOLLOWING IT
  10. rem if not exist util.bat input x x x x x x x x bp
  11. if not exist util.bat if exist m.d input x x x x x x x x bp
  12. billpowr x x x x x x x x x %1
  13. if not exist util.bat goto RETURN
  14. echo off
  15. util
  16. cd\MANAGEX
  17. goto MANAGEX
  18. :RETURN
  19. echo off
  20. if not exist dobpexp goto SK
  21. export x x x x x x x x bp
  22. erase dobpexp
  23. :SK
  24. if exist util.bat erase util.bat
  25. if exist end.fyl erase end.fyl
  26. if x==%1x cls
  27.